OTScheduleDeferredTask
When Task Running (13-October-97)OTScheduleDeferredTask
to schedule a task that
is running?OTScheduleDeferredTask
returns
false when
you attempt to schedule a task that is already scheduled, but it doesn't say anything
about what happens if the task is running. It turns out that a task that is running is
not consider to be scheduled, so OTScheduleDeferredTask
will
successfully reschedule it.